CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab ode45

搜索资源列表

  1. Numerik1prog

    0下载:
  2. 作业题 就是说matlab中的常微分方程问题,是有ode45-operations that Matlab is the ordinary differential equations, have ode45
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2161
    • 提供者:张乐
  1. matlab

    0下载:
  2. 运用ode45求解微分方程,并用matlab做出其图形-Use ode45 to solve differential equations, and make its graphics with matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:5324
    • 提供者:dengdeng
  1. matlab_ode45

    0下载:
  2. matlab运用ode45的简单调用解微分方程范例。-the use of a simple call to matlab ode45 paradigm for solving differential equations.
  3. 所属分类:assembly language

    • 发布日期:2017-03-25
    • 文件大小:240295
    • 提供者:Archer
  1. ode45-matlab

    1下载:
  2. 本程序特别适合于弹道计算等方面使用。比ODE45函数的速度加快了很多,且程序充分展示了Matlab向量运算的强大功能,以及编程的简单快捷。-This procedure is particularly suitable for use ballistic calculations and other aspects. ODE45 faster than a lot of functions and procedures for demonstrating the power of Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:6578
    • 提供者:wangbei
  1. matlab

    1下载:
  2. matlab程序,有关分岔图,主要是ode45-matlab procedures, the bifurcation diagram, mainly ode45
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1402
    • 提供者:吴艳
  1. ODE45

    0下载:
  2. 用matlab画出洛伦兹吸引子的图片,就是比较有名气的那一只-The Lorenz Attractor
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:427781
    • 提供者:朱赫
  1. 4(Runge-kutta)MATLAB

    0下载:
  2. 龙格库塔算法解微分方程的名声显赫,将算法的理论、MATLAB实现以及ode45验证总结-Runge Kutta algorithm for solving differential equations of fame, theory, MATLAB algorithm and ode45 verification summary
  3. 所属分类:mathematica

    • 发布日期:2017-04-12
    • 文件大小:799
    • 提供者:吴夏君
  1. shengwuyixue

    0下载:
  2. 给定初始条件和常量,运用matlab函数ode45对酶促反应进行求解,同时确定反应达到99.9 底物转化率所需要的时间。-A given initial conditions, and constants, the enzymatic reaction is solved using matlab ode45 function, at the same time to determine the reaction substrate conversion the time required to
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-27
    • 文件大小:24140
    • 提供者:
  1. ode45

    0下载:
  2. Qt写的解Van der Pol方程的ODE45小程序,与matlab程序类似,自动记录计算耗时。-Qt to write small programs ODE45 Solutions Van der Pol equation, similar matlab program automatically records time-consuming calculation.
  3. 所属分类:transportation applications

    • 发布日期:2017-04-14
    • 文件大小:3298
    • 提供者:郁军伟
  1. lorenz

    0下载:
  2. [T,Res]=lyapunov(3,@lorenz_ext,@ode45,0,0.5,200,[0 1 0],10);
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:砺剑工大
  1. dsolve_example

    0下载:
  2. 求解非线性高阶方程组的详细示例,是学习Matlab求解方程组的好材料。(solve nonlinear high-order differential equations)
  3. 所属分类:数学计算

  1. lorenz MATLAB

    0下载:
  2. Lorenz方程程序,采用ode45函数实现,程序简单,方便实现(Lorenz equation application, using ode45 function implementation, procedure is simple, easy to realize)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:3346432
    • 提供者:binghun1
  1. work

    0下载:
  2. matlab补偿模糊神经网络源代码 本文中有两个函数m文件:model126.m是一个用于预测的完全没有用工具箱函数的补偿模糊神经网络主程序,用于仿真、对比训练数据和网络输出的差异;cb.m是一个非线性系统的数学模型,在model126.m中用“ode45”函数求解这个数学模型后,可以得到105个x1(t)、x2(t)和y(t),从而建立起一个两输入一输出的补偿模糊神经网络。(There are two function m file in this paper: model126.m is
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:Zenia
  1. zuoye

    0下载:
  2. 使用MATLAB拟合方程、ode45解高阶微分方程。(Using the MATLAB fitting equation, ODE45 solves the higher order differential equation.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:250880
    • 提供者:王青见
  1. 达芬振子相图分叉图

    1下载:
  2. 达芬振子matlab编程相图分叉图庞加莱映射主程序ODE45(Duffing oscillator matlab programming diagram bifurcation diagram)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:4096
    • 提供者:郑有梁
  1. 径向摆

    2下载:
  2. 这是一个关于径向摆实验基于ode45所写的该实验的常微分方程的m文件,但存有错误,需要修改。(This is a m file about the ordinary differential equation of the radial pendulum experiment based on ode45, but there are some errors which need to be modified.)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-27
    • 文件大小:35840
    • 提供者:卡尔卡斯
  1. ode45Dynamics

    2下载:
  2. 利用C++写的matlab轨道积分程序,积分函数是ode45(Using the MATLAB track integration program written in C++, the integration function is ode45.)
  3. 所属分类:交通/航空行业

    • 发布日期:2021-03-13
    • 文件大小:21504
    • 提供者:feifei12
  1. 滑模控制

    1下载:
  2. 滑模控制简单ode45例程及simulink仿真框图,控制对象为直流直流变换器(Simple ode45 routine of sliding mode control)
  3. 所属分类:matlab例程

    • 发布日期:2021-02-20
    • 文件大小:26624
    • 提供者:刚多林末裔
  1. odefunc

    10下载:
  2. 行星齿轮动力学分析微分方程的matlab中ode45求解(The solution of the differential equation of planetary gear dynamic analysis by ode45 in MATLAB)
  3. 所属分类:图形图象

    • 发布日期:2020-06-05
    • 文件大小:2048
    • 提供者:paul3135
  1. matlab代码

    2下载:
  2. 在命令行输入%%滞回曲线 t0=0; tf=20; x0=[0 0 0] [t,x]=ode45('Lorenz',[t0 tf],x0); plot(x(:,1),x(:,3)),可得滞回曲线(Enter the%% hysteresis curve on the command line t0=0; tf=20; x0=[0 0 0] [t,x]=ode45('Lorenz',[t0 tf],x0); plot(x(:,1),x(:,3)))
  3. 所属分类:网络编程

    • 发布日期:2020-11-15
    • 文件大小:21504
    • 提供者:土木小生
« 1 23 »
搜珍网 www.dssz.com